From e2844c97256ac75de8846d9af62a884eeb932afd Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 16 Jan 2003 03:00:34 +0000 Subject: [PATCH] Output tms-marker at beginning as suggested by tiger spec. --- tiger.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tiger.c b/tiger.c index b096875d7..e6b1ca90e 100644 --- a/tiger.c +++ b/tiger.c @@ -96,6 +96,7 @@ gpsutil_disp(const waypoint *wpt) static void data_write(void) { + fprintf(file_out, "#tms-marker\n"); waypt_disp_all(gpsutil_disp); } -- 2.30.2